GetToken(string, index [, delimiters ])


Returns the specified token in a string. Default delimiters are spaces, tabs, and newline characters. If index is greater than the number of tokens in string, GetToken returns an empty string.

See also Left, Right, Mid, SpanExcluding, and SpanIncluding.

string

Any string.

index

Any integer > 0 that indicates position of a token.

delimiters

String containing sets of delimiters.